php / mysql statement not working for URL
am 25.02.2007 08:22:27 von ronHi all,
I use php / mysql for keeping and generating simple lists. I can't for
the life of me echo out a URL.
Here are my examples:
echo "";
echo stripslashes($row["location_url1"]);
echo "";
This URL echoes out fine but isn't a link as there is no tag. Was
happy that it was read into my db and came out OK.
echo "";
echo "Here's Your
Link;
echo "";
I've tried about 25 combinations of quotes and can see the the syntax
highlighting change. Right now I think there is an extra set of quotes
but it doesn't work either way...
Any help would be greatly appreciated,
TIA
ron